home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Texteditors
/
Origami
/
rexx
/
test5.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1996-09-27
|
257 b
|
15 lines
/* test 5 : test ISDEF command */
Options Results
address ORIGAMI
ISDEF message
if rc > 0 then say 'Error was 'ORIGAMI.LASTERROR
else say 'Result was 'Result
ISDEF undefined
if rc > 0 then say 'Error was 'ORIGAMI.LASTERROR
else say 'Result was 'Result